PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseEditor<P,C> Class / Attach Method

In This Topic
    Attach Method (BaseEditor<P,C>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub Attach( _
       ByVal editor As C, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of C,Object) _
    ) 
    public virtual void Attach( 
       C editor,
       PropertyGroup group,
       Action<C,object> valueChanged
    )

    Parameters

    editor
    group
    valueChanged
    See Also